←Select platform

Write(byte[]) Method

Summary

Writes a data buffer to the stream.

Syntax

C#
VB
C++
Public Overloads Sub Write( _ 
   ByVal buf() As Byte _ 
)  
public void Write( 
   byte[] buf 
) 
public: 
void Write(  
   array<byte>^ buf 
)  

Parameters

buf
The data buffer.

Requirements

Target Platforms

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly